Form Set Schema - Updated
Forms Element
Form Set Schema : Forms Element
Namespace http://www.Accusoft.com/FormDirector
Diagram
Form Element Sequence Forms Element
Overview
Sequence
Form 1..∞
Name optional xs:string
Version optional xs:string
All
Sequence
Field 0..∞
Name optional xs:string
X optional xs:int
Y optional xs:int
Width optional xs:int
Height optional xs:int
All
Construction optional Extension of xs:string
Type required xs:string
Operations optional
Sequence
Operation 0..∞ Extension of xs:string
Type required xs:string
OtherDataItems optional
Sequence
OtherDataItem 0..∞ Extension of xs:string
Type required xs:string
Sequence
TemplateImage 0..∞ Extension of xs:string
Type required xs:string
Sequence
FormOperation 0..∞ Extension of xs:string
Type required xs:string
Sequence
OtherFormItem 0..∞ Extension of xs:string
Type required xs:string
Source
<xs:element name="Forms" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="for:Form" maxOccurs="unbounded" minOccurs="1" xmlns:for="http://www.Accusoft.com/FormDirector" />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also
Form Set Schema